@taiyi-io/api-connector-ts
    Preparing search index...

    Interface AddressAllocationView

    interface AddressAllocationView {
        address: string;
        allocate_time?: string;
        guest_id: string;
        interface_type?: string;
    }
    Index

    Properties

    address: string
    allocate_time?: string
    guest_id: string
    interface_type?: string