Interface EIP712LeaderboardAuthenticationParams

interface EIP712LeaderboardAuthenticationParams {
    subaccountOwner: string;
    subaccountName: string;
    expiration: BigDecimalish;
}

Hierarchy (view full)

Properties

subaccountOwner: string
subaccountName: string

If the subaccount is not a valid UTF-8 string, it will be the hex representation of the bytes

expiration: BigDecimalish