Skip to content

Network / Friendbot

Types

Friendbot.Api.Response

interface Response {
hash: string;
result_meta_xdr: string;
}

Source: src/friendbot/index.ts:3

response.hash

hash: string;

Source: src/friendbot/index.ts:4

response.result_meta_xdr

result_meta_xdr: string;

Source: src/friendbot/index.ts:5