@aptos-labs/ts-sdk - v3.1.1
    Preparing search index...

    Type Alias GenesisPayload

    The payload for the genesis block containing the type of the payload.

    type GenesisPayload = {
        type: string;
        write_set: WriteSet;
    }
    Index

    Properties

    Properties

    type: string
    write_set: WriteSet