Left Curve Software Stack
    Preparing search index...

    Type Alias Account

    type Account = {
        address: Address;
        index: AccountIndex;
        owner: number;
    }
    Index

    Properties

    Properties

    address: Address
    index: AccountIndex
    owner: number