Home
last modified time | relevance | path

Searched defs:SignTx (Results 1 – 24 of 24) sorted by relevance

/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/accounts/usbwallet/
H A Dwallet.go68SignTx(path accounts.DerivationPath, tx *types.Transaction, chainID *big.Int) (common.Address, *ty… methodSpec
511 func (w *wallet) SignTx(account accounts.Account, tx *types.Transaction, chainID *big.Int) (*types.… func
H A Dtrezor.go155 func (w *trezorDriver) SignTx(path accounts.DerivationPath, tx *types.Transaction, chainID *big.Int… func
H A Dledger.go158 func (w *ledgerDriver) SignTx(path accounts.DerivationPath, tx *types.Transaction, chainID *big.Int… func
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/accounts/usbwallet/
H A Dwallet.go69SignTx(path accounts.DerivationPath, tx *types.Transaction, chainID *big.Int) (common.Address, *ty… methodSpec
589 func (w *wallet) SignTx(account accounts.Account, tx *types.Transaction, chainID *big.Int) (*types.… func
H A Dtrezor.go181 func (w *trezorDriver) SignTx(path accounts.DerivationPath, tx *types.Transaction, chainID *big.Int… func
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/accounts/keystore/
H A Dkeystore_wallet.go101 func (w *keystoreWallet) SignTx(account accounts.Account, tx *types.Transaction, chainID *big.Int) … func
H A Dkeystore.go277 func (ks *KeyStore) SignTx(a accounts.Account, tx *types.Transaction, chainID *big.Int) (*types.Tra… func
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/accounts/keystore/
H A Dwallet.go132 func (w *keystoreWallet) SignTx(account accounts.Account, tx *types.Transaction, chainID *big.Int) … func
H A Dkeystore.go277 func (ks *KeyStore) SignTx(a accounts.Account, tx *types.Transaction, chainID *big.Int) (*types.Tra… func
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/accounts/
H A Daccounts.go114 SignTx(account Account, tx *types.Transaction, chainID *big.Int) (*types.Transaction, error) methodSpec
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/mobile/
H A Daccounts.go119 func (ks *KeyStore) SignTx(account *Account, tx *Transaction, chainID *BigInt) (*Transaction, error… func
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/mobile/
H A Daccounts.go119 func (ks *KeyStore) SignTx(account *Account, tx *Transaction, chainID *BigInt) (*Transaction, error… func
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/accounts/external/
H A Dbackend.go203 func (api *ExternalSigner) SignTx(account accounts.Account, tx *types.Transaction, chainID *big.Int… func
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/accounts/
H A Daccounts.go150 SignTx(account Account, tx *types.Transaction, chainID *big.Int) (*types.Transaction, error) methodSpec
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/core/types/
H A Dtransaction_signing.go56 func SignTx(tx *Transaction, s Signer, prv *ecdsa.PrivateKey) (*Transaction, error) { func
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/accounts/usbwallet/internal/trezor/
H A Dmessages.pb.go1820 type SignTx struct { struct
1826 XXX_unrecognized []byte `json:"-"`
1829 func (m *SignTx) Reset() { *m = SignTx{} }
1830 func (m *SignTx) String() string { return proto.CompactTextString(m) }
1831 func (*SignTx) ProtoMessage() {}
1832 func (*SignTx) Descriptor() ([]byte, []int) { return fileDescriptor1, []int{45} }
1838 func (m *SignTx) GetOutputsCount() uint32 {
1845 func (m *SignTx) GetInputsCount() uint32 {
1852 func (m *SignTx) GetCoinName() string {
1859 func (m *SignTx) GetVersion() uint32 {
[all …]
H A Dmessages.proto590 message SignTx { message
/dports/security/py-trezor/trezor-0.13.0/src/trezorlib/
H A Dbtc.py244 details: Optional[messages.SignTx] = None,
H A Dmessages.py78 SignTx = 15 variable in MessageType
280 SignTx = 8 variable in ButtonRequestType
1129 class SignTx(protobuf.MessageType): class
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cpp-ethereum/aleth-key/
H A DKeyAux.h89 SignTx, enumerator
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/core/types/
H A Dtransaction_signing.go94 func SignTx(tx *Transaction, s Signer, prv *ecdsa.PrivateKey) (*Transaction, error) { func
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/accounts/scwallet/
H A Dwallet.go701 func (w *Wallet) SignTx(account accounts.Account, tx *types.Transaction, chainID *big.Int) (*types.… func
/dports/security/py-keepkey/python-keepkey-7.2.1/keepkeylib/
H A Dmessages_pb2.py4316 SignTx = _reflection.GeneratedProtocolMessageType('SignTx', (_message.Message,), dict( variable
/dports/security/py-keepkey/python-keepkey-7.2.1/device-protocol/
H A Dmessages.proto651 message SignTx { message