GetPayoutByIdResponse: {
    assets: AssetsMap;
    contractId: ContractId;
    payoutId: PayoutId;
    payoutValidatorAddress: AddressBech32;
    role: AssetId;
    status: PayoutStatus;
    withdrawalId?: WithdrawalId;
}

Type declaration