SignedTransaction
type SignedTransaction
type SignedTransaction struct {
Transaction *Transaction
Signatures []*UserSignature
}
func SignedTransactionFromBcs
func SignedTransactionFromBcs(bcs []byte) (SignedTransaction, error)
Create this type from BCS encoded bytes.
func SignedTransactionFromJson
func SignedTransactionFromJson(json string) (SignedTransaction, error)
Create this type from JSON encoded string.
func (*SignedTransaction) Destroy
func (r *SignedTransaction) Destroy()