Avalanche SDK Client
    Preparing search index...

    Type Alias BuildGenesisReturnType

    The return type for the avm.buildGenesis method.

    type BuildGenesisReturnType = {
        bytes: string;
        encoding: "hex";
    }
    Index

    Properties

    Properties

    bytes: string

    The genesis data in bytes.

    encoding: "hex"

    The encoding of the genesis data. Only "hex" is supported.