Documentation ¶ Index ¶ func Sign(privateKeyHex string, txBytesString string) (string, error) func SignTx(privateKey []byte, txBytes []byte) (string, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Sign ¶ func Sign(privateKeyHex string, txBytesString string) (string, error) Sign sui-tx-data. cpp from https://github.com/ltp456/go-sui-sdk/blob/888bddf15fd06afc11900f54ff39d24db7ffefb9/client.go#L460 func SignTx ¶ func SignTx(privateKey []byte, txBytes []byte) (string, error) SignTx sign sui-tx. cpp from https://github.com/ltp456/go-sui-sdk/blob/888bddf15fd06afc11900f54ff39d24db7ffefb9/client.go#L460 Types ¶ This section is empty. Source Files ¶ View all Source files sign.go Click to show internal directories. Click to hide internal directories.