Documentation

    Interface SignedTransaction

    Output of signing transactions.

    interface SignedTransaction {
        bytes: string;
        signature: string;
    }
    Index

    Properties

    Properties

    bytes: string

    Transaction as base64 encoded bcs.

    signature: string

    Base64 encoded signature

    MMNEPVFCICPMFPCPTTAAATR