The details of the payment options for the checkout flow.

interface ExistentialNFT {
    deployments: Partial<Record<1 | 42161 | 43114 | 43113 | 8453 | 56 | 42220 | 100 | 10 | 11155420 | 137 | 534352 | 534351 | 11155111, null | string>>;
    image?: string;
    name: string;
    owner: string;
    symbol: string;
}

Hierarchy

Properties

deployments: Partial<Record<1 | 42161 | 43114 | 43113 | 8453 | 56 | 42220 | 100 | 10 | 11155420 | 137 | 534352 | 534351 | 11155111, null | string>> = ...
image?: string = ...
name: string = ...
owner: string = ...
symbol: string = ...

Generated using TypeDoc